ComponentOne Document Library for UWP
WaitResult<TResult,TProgress>(IAsyncOperationWithProgress<TResult,TProgress>) Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > AsyncExt Class > WaitResult Method : WaitResult<TResult,TProgress>(IAsyncOperationWithProgress<TResult,TProgress>) Method
Syntax
'Declaration
 
Public Overloads Shared Function WaitResult
    (Of TResult,TProgress)( _
   ByVal asyncOperation As Windows.Foundation.IAsyncOperationWithProgress(Of TResult,TProgress) _
) As TResult
public static TResult WaitResult<TResult,TProgress>( 
   Windows.Foundation.IAsyncOperationWithProgress<TResult,TProgress> asyncOperation
)

Parameters

asyncOperation

Type Parameters

TResult
TProgress
See Also

Reference

AsyncExt Class
AsyncExt Members
Overload List